Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm)!: Update chart open-webui to 4.1.0 #817

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Update Change
open-webui (source) major 3.8.0 -> 4.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-webui/helm-charts (open-webui)

v4.1.0

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.7

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.6

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.5

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.4

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.3

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.2

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.1

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

v4.0.0

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 20, 2024

--- kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui

+++ kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui

@@ -13,13 +13,13 @@

     spec:
       chart: open-webui
       sourceRef:
         kind: HelmRepository
         name: open-webui
         namespace: flux-system
-      version: 3.8.0
+      version: 4.1.0
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

Copy link

github-actions bot commented Nov 20, 2024

--- HelmRelease: default/open-webui Service: default/open-webui

+++ HelmRelease: default/open-webui Service: default/open-webui

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: open-webui
+  namespace: default
   labels:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/instance: open-webui
     app.kubernetes.io/component: open-webui
 spec:
   selector:
--- HelmRelease: default/open-webui Deployment: default/open-webui-pipelines

+++ HelmRelease: default/open-webui Deployment: default/open-webui-pipelines

@@ -19,22 +19,23 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: open-webui
         app.kubernetes.io/component: open-webui-pipelines
     spec:
       enableServiceLinks: false
       automountServiceAccountToken: false
+      serviceAccountName: open-webui-pipelines
       containers:
       - name: pipelines
         image: ghcr.io/open-webui/pipelines:main
         imagePullPolicy: Always
         ports:
         - name: http
           containerPort: 9099
         volumeMounts:
         - name: data
-          mountPath: /app/backend/data
+          mountPath: /app/pipelines
         env: null
         tty: true
       volumes:
       - name: data
         persistentVolumeClaim:
           claimName: open-webui-pipelines
--- HelmRelease: default/open-webui StatefulSet: default/open-webui

+++ HelmRelease: default/open-webui StatefulSet: default/open-webui

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: open-webui
+  namespace: default
   labels:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/instance: open-webui
     app.kubernetes.io/component: open-webui
 spec:
   replicas: 1
@@ -20,26 +21,27 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: open-webui
         app.kubernetes.io/component: open-webui
     spec:
       initContainers:
       - name: copy-app-data
-        image: ghcr.io/open-webui/open-webui:0.4.1
+        image: ghcr.io/open-webui/open-webui:0.4.7
         imagePullPolicy: IfNotPresent
         command:
         - sh
         - -c
         - cp -R -n /app/backend/data/* /tmp/app-data/
         volumeMounts:
         - name: data
           mountPath: /tmp/app-data
       enableServiceLinks: false
       automountServiceAccountToken: false
+      serviceAccountName: open-webui
       containers:
       - name: open-webui
-        image: ghcr.io/open-webui/open-webui:0.4.1
+        image: ghcr.io/open-webui/open-webui:0.4.7
         imagePullPolicy: IfNotPresent
         ports:
         - name: http
           containerPort: 8080
         volumeMounts:
         - name: data
--- HelmRelease: default/open-webui Ingress: default/open-webui

+++ HelmRelease: default/open-webui Ingress: default/open-webui

@@ -1,11 +1,12 @@

 ---
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: open-webui
+  namespace: default
   labels:
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/instance: open-webui
     app.kubernetes.io/component: open-webui
   annotations:
     gethomepage.dev/enabled: 'true'
--- HelmRelease: default/open-webui ServiceAccount: default/open-webui-pipelines

+++ HelmRelease: default/open-webui ServiceAccount: default/open-webui-pipelines

@@ -0,0 +1,10 @@

+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: open-webui-pipelines
+  labels:
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: open-webui
+    app.kubernetes.io/component: open-webui-pipelines
+
--- HelmRelease: default/open-webui ServiceAccount: default/open-webui

+++ HelmRelease: default/open-webui ServiceAccount: default/open-webui

@@ -0,0 +1,12 @@

+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: open-webui
+  namespace: default
+  labels:
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/instance: open-webui
+    app.kubernetes.io/component: open-webui
+automountServiceAccountToken: false
+

@renovate renovate bot changed the title feat(helm)!: Update chart open-webui to 4.0.0 feat(helm)!: Update chart open-webui to 4.0.4 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/open-webui-4.x branch 3 times, most recently from b2e013b to ff6f168 Compare November 28, 2024 00:07
@renovate renovate bot changed the title feat(helm)!: Update chart open-webui to 4.0.4 feat(helm)!: Update chart open-webui to 4.0.5 Nov 28, 2024
@renovate renovate bot changed the title feat(helm)!: Update chart open-webui to 4.0.5 feat(helm)!: Update chart open-webui to 4.0.6 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/open-webui-4.x branch from ff6f168 to 361b7c1 Compare December 2, 2024 02:15
@renovate renovate bot changed the title feat(helm)!: Update chart open-webui to 4.0.6 feat(helm)!: Update chart open-webui to 4.1.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/open-webui-4.x branch from 361b7c1 to 03d5b25 Compare December 13, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants